=============
Version 5.3.3
=============

Library:

* Safe mode bug (after version 5.3.1) fixed
  
* Postgres import bug fixed

* Task attribute ``edit_form_container`` is defined in the on_page_loaded event 
  handler of the task client module of a new project and demo application
  
  .. code-block:: js
  
    task.edit_form_container = $("#content"); // comment this line to have modal edit forms
  
  
